difference listsの例文
もっと例文: 1 2
- Whether this kind of difference list is more efficient than another list representations depends on usage patterns.
- Cultural differences list can also be useful, for example, swastikas are common symbols in Indian religions but Nazi symbols in the West.
- Examples of use are in the " ShowS " type in the Prelude of Haskell, and in Donald Bruce Stewart's difference list library for Haskell.
- If an algorithm builds a list by concatenating smaller lists, which are themselves built by concatenating still smaller lists, then use of difference lists can improve performance by effectively " flattening " the list building computations.
- The arguments to each functor, such as ( A, B ) and ( B, Z ) are difference lists; difference lists are a way of representing a prefix of a list as the difference between its two suffixes ( the bigger including the smaller one ).